home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python1.4_Source / Modules / protos / timingmodule_protos.h < prev   
Encoding:
C/C++ Source or Header  |  1998-06-24  |  309 b   |  8 lines

  1.  
  2. /* timingmodule.c */
  3. static object *start_timing ( object *self , object *args );
  4. static object *finish_timing ( object *self , object *args );
  5. static object *seconds ( object *self , object *args );
  6. static object *milli ( object *self , object *args );
  7. static object *micro ( object *self , object *args );
  8.